home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / cool.lha / lice / README < prev   
Text File  |  1991-09-04  |  2KB  |  40 lines

  1. //
  2. // Copyright (C) 1991 Texas Instruments Incorporated.
  3. //
  4. // Permission is granted to any individual or institution to use, copy, modify,
  5. // and distribute this software, provided that this complete copyright and
  6. // permission notice is maintained, intact, in all copies and supporting
  7. // documentation.
  8. //
  9. // Texas Instruments Incorporated provides this software "as is" without
  10. // express or implied warranty.
  11. //
  12.  
  13.  
  14. This directory contains the beginnings of a simplified version of "ice"
  15. ("lite-ice").  An attempt was being made to remove dependencies on
  16. non-standard utility programs, on the non-standard exception handling
  17. mechanism, and on the generic class for runtime type determination.  It is
  18. incomplete.
  19.  
  20.  
  21. To build this whole thing from scratch do the following:
  22.  
  23. 1.  Edit the file "Makedefs" in this directory to assign the correct values to
  24.     the macros.  Hopefully the only thing you will have to change is "TOP"
  25.     which is the pathname of the directory where this file resides.
  26.  
  27. 2.  Execute the command "make allclean" to remove any old files that might
  28.     have been left around in the directories.
  29.  
  30. 3.  Execute the command "make alllink" to create symbolic links in the
  31.     "include" directory to all of the header files.
  32.  
  33. 4.  Execute the command "make allinstall" to build and install the bootstrap
  34.     utilities.
  35.  
  36. 5.  Execute the command "make alldepend" to update the dependency information
  37.     in the Makefiles.
  38.  
  39. 6.  Execute the command "make all" to build all of the libraries.
  40.